﻿@charset "utf-8";
/*
 * 名称：整站css样式重置
 * 作者：我是小明
 * 备注：null
*/

/*-------清楚自带样式-------*/
body {margin:0; padding:0; font:12px/1.5 helvetica,arial,"Microsoft YaHei",\5b8b\4f53;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;max-width: 100%; height:auto;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i,var{font-weight:normal; font-style:normal;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a{color: #333; text-decoration: none;}
a:hover{color: #ff3333;text-decoration: none;}
input{outline: 0;outline: none;}

/*-------css的一些单独属性设置-------*/
/*浮动设置*/
.fl{float: left;}
.fr{float: right;}

/*字体大小对齐方式设置*/
.f14px{font-size: 14px;}
.f16px{font-size: 16px;}
.f18px{font-size: 18px;}
.f20px{font-size: 20px;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}

.pa{position:absolute;}
.pr{position:relative;}
.disInblock{display:inline-block;*zoom:1;*display:inline;}
.disNone{display:none;}
.disBlock{ display:block;}
.hidden{ overflow:hidden !important;}
.none{ display:none;}
.textOverflow{ white-space:nowrap; overflow:hidden;text-overflow: ellipsis;}

/*版心*/
.wrap{
	width: 1200px;
	margin: 0 auto;
}


/*-------头部样式------*/
.headerTop{
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
.headerTop h1{
	width: 563px;
	height: 97px;
	background: url(style_res/logo1.png) no-repeat ;
}
.headerTop h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.headerTop .headerTopRight{
	bottom: 10px;
	right: 0;
}
.headerTop .english li{
	float: left;
	line-height: 28px;
}
.headSearch{
	width: 180px;
	height: 25px;
	margin-left: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.headSearchTxt{
	width: 140px;
	border: 0;
	background: #ccc;
	height: 100%;
	left: 0;
	padding: 0 5px;
}
.headSearchBtn{
	border: 0;
	width: 30px;
	height: 100%;
	right: 0;
	background-color: #0066cc;
	background-image: url(style_res/sea.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	cursor: pointer;
}

/*导航样式*/
.nav{
	height: 50px;
	z-index: 11;
}
.nav .firstNav li{
	float: left;
	width: 14.28%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.nav .firstNav li:hover{
	background: #666666;
}
.nav .firstNav li a{
	display: block;
	color: #0066cc;
	width: 100%;
	height: 100%;
}
.nav .firstNav li a:hover{
	background: #ff3333;
	color: #fff;
}

.nav .firstNav .secondNav{
	 display: none;
	 z-index: 99;
	 position: absolute;
	 width: 100%;
     padding-bottom: 17px;
     background: #666;
}
.nav .firstNav .secondNav li{
    position: relative;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: #666666;
    padding: 0 10%;
}
.nav .firstNav li:hover a{
	color: #fff;
}


/*首页轮播图*/
.banner{
	height: 320px;
	z-index: 2;
	
}
.banner .bannerImg{
	position: absolute;
	width: 3600px;
}
.banner .bannerImg .bannerImgLi{
	float: left;
}
.banner .bannerPagination{
	width: 75px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -37.5px;
}
.banner .bannerPagination li{
	width: 15px;
	height: 15px;
	background: #fff;
	float: left;
	margin: 0 5px;
	border-radius: 10px;
	cursor: pointer;
}
.banner .bannerPagination li.current{
	background: #ff3333;
}
.banner .bannerBtnLeft, .banner .bannerBtnRight{
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.banner .bannerBtnLeft{
	background: url(style_res/btnLeft.png) no-repeat;
	left: 10px;
}
.banner .bannerBtnRight{
	background: url(style_res/btnRight.png);
	right: 10px;
}


/*首页图标链接*/

.iconLink{
	width: 1200px;
}
.iconLinkUl{
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 20px 0;
}

.iconLinkUl li {
    width: 200px;
    float: left;
    text-align: center;
    height: 100px;
}

.iconLinkUl li a {
    display: block;
}

.iconLinkUl li p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}


/*首页通知公告*/
.homeListTitle {
	border-bottom: 1px solid #999;
	line-height: 40px;
	overflow: hidden;
}
.homeListTitle a{
	color: #0066cc;
}
.homeListTitle a:hover {
    color: #ff3333;
}
.homeList{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.homeList li{
	width: 50%;
	line-height: 40px;
	overflow: hidden;
	float: left;
}
.homeList li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background: url(style_res/spot1.png) no-repeat 8px center;
}
.homeList li a:hover{
	background: url(style_res/spot1hover.png) no-repeat 8px center;
}
.homeList li p{
	width: 400px;
	margin-left: 20px;
}
.homeList li span{
	margin-right: 10px;
}
.homeImgList{
	padding: 20px 0;
	overflow: hidden;
}
.homeImgList li{
	width: 384px;
	float: left;
	margin-right: 24px;
	height: 288px;
	background: #f0f0f0;
}
.homeImgList li a {
    display:block;
    width: 100%;
    height: 100%;
}
.homeImgList li:last-child {
    margin-right: 0;
}
.homeImgList li img{
	width: 100%;
}
.homeImgList li p{
	bottom: 0;
	line-height: 40px;
	width: 97%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding-left: 3%;
}
.homeImgList li:hover{
	box-shadow: 0px 0px 30px #ccc;
}
.homeListContent{
	padding: 20px 0;
	overflow: hidden;
}
.homeListContent li{
	width: 588px;
	margin-right: 24px;
	float: left;
	background: #f2f2f2;
	cursor: pointer;
	padding: 15px 0;
	height: 220px;
	overflow: hidden;
}
.homeListContent li:last-child{
	margin-right:0 ;
}
.homeListContent h2{
	width: 80%;
	margin: 0px auto 15px;
	text-align: center;
	line-height: 25px;
}
.homeListContent a{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
}
.footer{
	background: #666;
	text-align: center;
	color: #fff;
	line-height: 30px;
	padding: 10px 0;
    margin:20px auto 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ff3333;
}

/*置顶按钮*/
#backToTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url(style_res/Top.png);
	display: none;
	background-color: rgba(0,0,0,0.5);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 66px;
}



/*-------------------------------imgList界面--------------------------*/
/*当前位置*/
.currentLocation{
	width: 1200px;
	line-height: 50px;
	background: #eeeeee;
	font-size: 16px;
}
.currentLocationMain{
	padding-left: 20px;
	margin-bottom: 20px;
}
.currentLocationMain span:first-child{
	padding-left: 24px;
	background: url(style_res/home.png) no-repeat left center;
}

/*-----内容部分----*/
/*左侧侧边导航*/
.imgList{
	overflow: hidden;
}
.imgListSidebar{
	width: 282px;
	float: left;
	margin-right: 24px;
}
.imgListSidebar h3{
	width: 272px;
	line-height: 50px;
	background-color: #0066cc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(style_res/titleBg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.imgListSidebar ul{
	width: 100%;
	font-size: 18px;
	line-height: 50px;
}

.imgListSidebar ul li {
    border-bottom: 1px solid #ccc;
}

.imgListSidebar ul li a {
    background: url(style_res/arrow.png) no-repeat 22px center;
    display: block;
    padding-left: 38px;
    color: #666;
}

.imgListSidebar ul .current a {
    background: url(style_res/arrowHover.png) no-repeat 18px center;
    display: block;
    padding-left: 35px;
    color: #0066cc;
    border-left: 4px solid #0066cc;
    font-weight: bold;
}


/*右侧内容部分*/
.imgListContent{
	width: 894px;
	float: left;
}
.imgListContentTitle{
	border-bottom: 1px solid #ccc;
	width: 100%;
	line-height: 48px;
	font-size: 18px;
	height: 48px;
}
.imgListContentTitle h3 {
    display: inline-block;
    background: url(style_res/imgListContentTitlebg.png) no-repeat 10px center;
    padding-left: 30px;
    border-bottom: 2px solid #0066cc;
    padding-right: 10px;
}
.imgListContentList,.pList{
	padding: 10px 0;	
}

.imgListContentList li {
    width: 874px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
    height: 194px;
}

.pList li {
	width: 874px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
	height: 40px;
}

.pList li a {
    display: block;
    height: 40px;
    padding-left: 20px;
    background: url(style_res/arrow.png) no-repeat 5px center;
    font-size:16px;
}

.pList li a:hover {
    background: url(style_res/arrowHoverRed.png) no-repeat 5px center;
}

.pList li .pListLeft {
    width: 600px;
    display: inline-block;
    float: left;
}

.pList li span {
    display: inline-block;
    float: right;
}

.imgListContentList li img {
    width: 204px;
    float: left;
    margin-right: 24px;
	height:153px;
    margin-bottom: 20px;
}

.imgListContentList li h2 {
    width: 630px;
    font-size: 16px;
    float: left;
    color: #333;
    line-height: 33px;
}
.imgListContentList li h3 {
    width: 630px;
    font-size: 13px;
    color: #888;
}
.imgListContentList li p {
    width: 630px;
    float: left;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}
.imgListContentList li a {
    display: block;
    float: left;
    width: 84px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.imgListContentList li a:hover {
    border: 0;
    background: #ff3333;
    color: #fff;
}
#imgListUlList{
	width: 100%;
	position: relative;
}
#imgListUlList > li {
	
    width: 100%;
}




.wp_listcolumn .wp_column a.selected {
    color: #000;
    display: block;
    padding-left: 35px;
    color: #0066cc !important;
    border-left: 4px solid #0066cc;
    font-weight: bold;
	    background: url(style_res/arrowHover.png) no-repeat 18px center !important;
}


.wp_listcolumn .wp_column a .column-name {
   
    padding: 0px;
    cursor: pointer;
}
.wp_listcolumn .wp_column a {
    display: block;
    width: auto;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    background: none;
    border-bottom: 0px;
    border-top: 0px;
    text-align: left;
    background: url(style_res/arrow.png) no-repeat 22px center;
}

.wp_listcolumn .wp_column a:hover {
    color: #666;

background: url(style_res/arrow.png) no-repeat 22px center; */
}








}

.wp_listcolumn .wp_column a .column-name {
   
    padding: 0px;
    cursor: pointer;
}
/*页码*/
.paginator { font: 11px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}
.paginator a {padding: 5px 16px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}
.paginator .cpb {padding: 5px 16px;font-weight: bold; font-size: 13px;border:none}
.paginator a:hover {color: #fff; background: #0066cc;border-color:#ffa501;text-decoration: none;}


/*详情界面*/
.detail{
	padding-bottom: 30px;
}
.detail h2{
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}
.detail .notes{
	color: #333;
	font-size: 14px;
	margin: 0 auto 30px;
	text-align: center;
}
.detail .notes span{
	margin: 10px auto;
}
/*.detail img{
	width: 80%;
	margin: 10px auto;
	text-align: center;
}*/









.wp_search .search {
   
    width: 30px;
    height: 25px;
    right: 0;
    background-color: #0066cc;
    background-image: url(style_res/sea.png);
    background-repeat: no-repeat;
    background-position: 8px 6px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    float: left;
    border: 0px;
}
.wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 40px;
    line-height: 40px;
    cursor: pointer;
}


.wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    color: #0066cc;
}
.wp_nav .nav-item a.parent:hover {
	background:#ff3333;
}
.wp_nav .nav-item a.parent {
  
    background: #666;
    color: #fff;
}

.wp_nav .sub-nav .nav-item .mark {
    background: #666666;
}

.wp_nav .sub-nav .nav-item a.parent:hover {
   
    background: #ff3333;
    color: #fff;
}



.wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: center;
    border-top: 0px solid #D8E1CC;
    min-width: 176px;
    color: #fff;
}

.wp_nav .sub-nav {
  
    border: 0px solid #ccc;
    border-top: none;
}
.wp_nav .sub-nav .nav-item a span.item-name {
    padding: 5px 10px;
    line-height: 40px;
}











